home *** CD-ROM | disk | FTP | other *** search
- Some users prefer their computer to boot up with different combinations
- of Caps Lock, NumLock and Scroll Lock functions than standard. The IBM
- standard for 80286, 386 and 486 systems is to boot up with NumLock on
- and the other two off.
-
- This LITES utility program enables the user to set the status and function
- as represented by the keyboard LED lights. This program may be run by
- itself from DOS, or included in a batch file to set the Caps, Num Lock
- and Scroll Lock functions ON or OFF.
-
- ┌─────────> Caps Lock Light
- │ ┌───────> Num Lock Light
- │ │ ┌─────> Scroll Lock Light
- │ │ │
- LITES n n n (Where n is 0 to turn light off and n is 1 to turn lite on).
-
- Examples: LITES (turns off all 3 lights).
- LITES 0 0 0 (turns off all 3 lights).
- LITES 1 0 0 (turns on Caps Lock function).
- LITES 1 1 0 (turns on Caps and Nums Lock functions).
- LITES 1 1 1 (turns on Caps, Nums and Scroll Lock functions).
-
- If you want to boot up with Caps and Scroll Lock ON, include the command
- LITES 1 0 1. Remember to leave a space between the numbers.
-
-
-
-
-
-
-
-
-
-
-
-